Updates.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 06:02:24 +0000 (06:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 06:02:24 +0000 (06:02 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaboutdialog.sgml

index e5fd25f97c5e29a58c53531897f5bbe1f13e3309..20ce59837525567337f1decf4092529c78d959df 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul 13 02:01:56 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkaboutdialog.sgml: Additions.
+
 Tue Jul 13 01:16:20 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtkiconview.sgml: Updates.
index 13a6b6b138a059802b77eceaa5d77d3a90640ce0..cc1d6027b4e6ff117a66caac1b8ced1ea15e16f5 100644 (file)
@@ -2,23 +2,35 @@
 GtkAboutDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-
+a widget displaying information about a program
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+The #GtkAboutDialog offers a simple way to display information about
+a program like its logo, name, copyright, website and license. It is
+also possible to give credits to the authors, documenters, translators
+and artists who have worked on the program. An about dialog is typically
+opened when the user selects the <literal>About</literal> option from 
+the <literal>Help</literal> menu. All parts of the dialog are optional.
+</para>
+<para>
+About dialog often contain links and email addresses. #GtkAboutDialog 
+supports this by offering global hooks, which are called when the user
+clicks on a link or email address, see gtk_about_dialog_set_email_hook()
+and gtk_about_dialog_set_url_hook().
 </para>
 
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
-
+#GTK_STOCK_ABOUT
 </para>
 
 
 <!-- ##### STRUCT GtkAboutDialog ##### -->
 <para>
-
+The <structname>GtkAboutDialog</structname> struct contains
+only private fields and should not be directly accessed.
 </para>
 
 @parent_instance: 
@@ -231,11 +243,12 @@ GtkAboutDialog
 
 <!-- ##### USER_FUNCTION GtkAboutDialogActivateLinkFunc ##### -->
 <para>
-
+The type of a function which is called when a URL or email
+link is activated. 
 </para>
 
-@about: 
-@link: 
+@about: the #GtkAboutDialog in which the link was activated
+@link: the URL or email address to whiche the activated link points
 
 
 <!-- ##### FUNCTION gtk_about_dialog_set_email_hook ##### -->